Deep Security Manager REST API

Path: / rest / hosts / {hostId} / virusPatterns

List the Virus Pattern Components of the host.

Path parameters:
hostId - Identifying Host ID

Method Summary
ResourceDescription
GET /rest/hosts/{hostId}/virusPatterns?sID=…List the Virus Pattern Components of the host.

Method Detail
HTTP Example:
GET /rest/hosts/{hostId}/virusPatterns?sID=…

API Example:

IHostAPI.retrieveVirusPatterns({'sID': /* sID Authentication session token ID. */,
  'hostId': /* hostId Identifying Host ID */});

List the Virus Pattern Components of the host.

Output:
ComponentListing - the list of virus pattern components
Query parameters:
sID - Authentication session token ID.
Produces:
application/xml
application/json

Copyright © 2015 Trend Micro Inc. All Rights Reserved.